home *** CD-ROM | disk | FTP | other *** search
- object NewProPath: TNewProPath
- Left = 43
- Top = 473
- BorderStyle = bsDialog
- Caption = 'New Project'
- ClientHeight = 184
- ClientWidth = 385
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 365
- Height = 127
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 40
- Width = 168
- Height = 16
- Caption = 'Choose path for new project:'
- end
- object Edit1: TEdit
- Left = 40
- Top = 56
- Width = 321
- Height = 24
- CharCase = ecUpperCase
- TabOrder = 0
- end
- object Button1: TButton
- Left = 152
- Top = 96
- Width = 75
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 112
- Top = 152
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 200
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-